home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / awe2-0_1.lha / awe2-0.1 / Src / RCS / Pragma.h,v < prev    next >
Text File  |  1989-05-04  |  672b  |  56 lines

  1. head     3.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    grunwald:3.2; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 3.2
  10. date     89.02.20.15.36.59;  author grunwald;  state Exp;
  11. branches ;
  12. next     3.1;
  13.  
  14. 3.1
  15. date     88.12.20.13.50.11;  author grunwald;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 3.2
  25. log
  26. @Start using Gnu library heaps for schedulers
  27. @
  28. text
  29. @#ifndef Pragma_h
  30. #define Pragma_h
  31.  
  32. /* whenever a unique C++ V2 symbol comes out, replace this */
  33.  
  34. #ifdef C_plusplus
  35.  
  36. #define PRAGMA_LINKAGE_C \#pragma linkage c 
  37. #define PRAGMA_LINKAGE \#pragma linkage  
  38.  
  39. #else
  40.  
  41. #define PRAGMA_LINKAGE_C 
  42. #define PRAGMA_LINKAGE 
  43.  
  44. #endif
  45.  
  46. #endif /* Pragma_h */
  47. @
  48.  
  49.  
  50. 3.1
  51. log
  52. @Steay version
  53. @
  54. text
  55. @@
  56.